CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 进程 共享 内存

搜索资源列表

  1. ipc2

    0下载:
  2. 进程间通信封装,主要包括管道通信、共享内存、消息队列-Interprocess communication package
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:5779
    • 提供者:wujing
  1. Shared-memory

    0下载:
  2. 进程间通讯之共享内存: 共享内存概述 + 函数说明 + 函数格式 + 使用实例-Shared memory for interprocess communication
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-31
    • 文件大小:3834
    • 提供者:
  1. clientAndserver

    0下载:
  2. 共享内存实现进程间通讯,同时包含client和server。还实现管道的进程间通讯,本例步骤详细,内容丰富。-Shared memory interprocess communication, and contains both client and server. Pipeline inter-process communication, in this case the steps detailed and rich in content.
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-02
    • 文件大小:51729426
    • 提供者:李永明
  1. Server

    0下载:
  2. 应用分别Pipe和共享内存实习进程间同学,此工程为server工程,在debug目录包含client应用程序,同时运行2个程序,实现进程间通讯。-Applications, respectively, Pipe and shared memory internship process between students, this project contains the client application in the debug directory server project, run t
  3. 所属分类:Communication

    • 发布日期:2017-06-16
    • 文件大小:25871092
    • 提供者:李永明
  1. Client

    0下载:
  2. 应用分别Pipe和共享内存现实进程间通讯,此工程为Client工程,在debug目录包含Server应用程序,同时运行2个程序,实现进程间通讯.-Applications, respectively, Pipe and shared memory in real inter-process communication, Client projects, this project contains the Server application in the debug directory, and
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-31
    • 文件大小:13317315
    • 提供者:李永明
  1. test30

    0下载:
  2. 两个程序,要求用消息队列,实现聊天程序,每次发言后自动在后面增加当前系统时间;同时增加结束字符,比如最后输入“88”后结束进程;共享内存-Two procedures, requirements, message queues, chat program, the current system time is automatically added after each speech while increasing the end of the character, such as the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:33025
    • 提供者:丁占成
  1. apr-doc

    0下载:
  2. apr-doc.CHM 开发指南 这里是一个所有模块的列表: Apache的可携性运行时库 平台定义 内部内存分配 原子操作 动态对象处理 为manupulating环境的功能 错误代码 年利率错误空间 年利率误差值 状态值测试 文件信息 文件权限标志 统计功能 目录操作函数 文件路径操作功能 文件的I / O处理功能 文件打开标志/套路 文件寻求旗 文件属性标志 {_full}最大iovec的大小 文
  3. 所属分类:Web Server

    • 发布日期:2017-03-29
    • 文件大小:317982
    • 提供者:kaka
  1. ipc

    0下载:
  2. 实现进程间的通信,包括用消息队列和共享内存机制实现-To achieve inter-process communication, including message queues and shared memory mechanisms to achieve
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:2162
    • 提供者:罗宾
  1. yuan

    0下载:
  2. 嵌入式Linux中的进程/线程间通信机制研究,多进程/线程相互间的通信,包括父子进程间采用有名管道进行通信、进程间共享内存和消息队列通信、信号通信。-research on the Linux process/thread communication mechanism
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:2273
    • 提供者:刘育烽
  1. LoopQue

    0下载:
  2. 使用队列实现环形缓冲区的设计,将算法实现和内存分配分开设计,适用于进程间内存共享等的情况-Queue to the design of the ring buffer, to separate design, algorithm and memory allocation for inter-process shared memory
  3. 所属分类:Linux Network

    • 发布日期:2017-04-03
    • 文件大小:252203
    • 提供者:SinfulMan
  1. share

    0下载:
  2. IPC通讯事例,进程间通过共享内存 system-v共享内存 进行通讯,通过读取文件将文件的信息读到内存,另一进程再在内存中读取信息。-IPC communication examples of communication, inter-process shared memory via a shared memory system- v file information by reading the file into memory, another process to read the i
  3. 所属分类:Linux Network

    • 发布日期:2017-04-13
    • 文件大小:1692
    • 提供者:吴慈
  1. shmem.c

    0下载:
  2. shmem 的用法 创建共享内存 通过检查在共享内存的头部是否标志字符串"START"来确认父进程已经向共享内存写入有效数据-the shmem usage to create a shared memory by examining the head of the shared memory flag string " START" to confirm the parent process to write shared memory data
  3. 所属分类:Linux Network

    • 发布日期:2017-03-23
    • 文件大小:1433
    • 提供者:tt
  1. MuiltiProcessTab

    1下载:
  2. 一个简单的多进程多标签页浏览器,使用的是进程间通信实现,还使用了共享内存-A simple multi-process multi-tab browser, using inter-process communication, also uses a shared memory
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2015-05-28
    • 文件大小:145408
    • 提供者:kan123
  1. Share Memory

    1下载:
  2. c++ 写的共享内存的实例,进程间通信用,已封装类,方便使用,默认大小根据实际情况自由更改-C++ write the sharing memory examples, inter-process communication, already encapsulation class, ease of use, the default size according to the actual situation of the freedom to change
  3. 所属分类:系统编程

    • 发布日期:2013-04-10
    • 文件大小:49327
    • 提供者:申克
  1. ShareMem

    0下载:
  2. 自己封装的共享内存库,可实现进程间数据共享-Shared memory library of their own package, to achieve inter-process data sharing
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-10
    • 文件大小:1167587
    • 提供者:TT
  1. 3.10-shared_memory.c.tar

    0下载:
  2. 操作系统进程通信--内存共享方式,C语言实现-Operating system process communication- shared memory mode
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:698
    • 提供者:张明蔚
  1. Linusocket

    0下载:
  2. Linux环境进程间通信套接口,在本专题的前面几个部分,如消息队列、信号灯、共享内存等,都是基于Sys V的IPC机制进行讨论的,它们的应用局限在单一计算机内的进程间通信;基于BSD套接口不仅可以实现单机内的进程间通信,还可以实现不同计算机进程之间的通信。本文将主要介绍BSD套接口(sockets),以及基于套接口的重要而基本的API。-socket
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:150501
    • 提供者:nihao
  1. delphi_CreateFileMapping

    0下载:
  2. delphi 不同进程之间数据交换。采用CreateFileMapping实现的共享内存-the delphi different process data exchange. Using CreateFileMapping implementation of shared memory
  3. 所属分类:Communication

    • 发布日期:2017-11-10
    • 文件大小:692794
    • 提供者:自开
  1. msg_ipc

    0下载:
  2. 进程通信的管道,共享内存,消息队列的三种通行模式的举例代码-Examples of process communication pipe, shared memory, message queues three access modes code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-27
    • 文件大小:10261
    • 提供者:zxlei
  1. PIC

    0下载:
  2. unix中进程间几种通信事例,包括信号,管道,消息,共享内存-unix PIC example
  3. 所属分类:Linux Network

    • 发布日期:2017-11-13
    • 文件大小:41321
    • 提供者:王镇
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 15 16 »
搜珍网 www.dssz.com